home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / music / cthug51.arj / CTHUGHA.INI < prev    next >
INI File  |  1994-10-30  |  6KB  |  234 lines

  1. ;
  2. ;                                 Cthugha V5.1
  3. ;                          'An Oscilliscope on Acid'
  4. ;
  5. ;                    by the Digital Aasvogel Group. 1993-1994
  6. ;                            Revision V5.1 - 23Oct94 zaph  
  7. ;
  8. ;                              INITIALIZATION FILE
  9. ;
  10. ; CTHUGHA.INI - sample initialization file
  11. ; For further information regarding Cthugha read the documentation file
  12. ; called CTHUGHA.DOC
  13. ;
  14. ; Notes :
  15. ; * Lines beginning with a ';' are ignored as comments
  16. ; * Yes/No options can be 'Yes','Y','On','No','N','Off'
  17. ; * The format of this INI files conforms (mostly) to the MS Windows
  18. ;   INI file format (we hope)
  19. ; * Not case sensitive
  20. ;
  21. ; Incept Date : 26Oct94 zaph  
  22. ; Mods :
  23. ;
  24. ; -----------------------------------------------------------------------
  25.  
  26.  
  27. ; section [general] 
  28. ; General stuff area
  29. [general]
  30.  
  31.  
  32. ; debug  -  yes/no - default NO
  33. ;    can be used multiple times to turn debug mode 'on' during the ini file
  34. ;    processing, and 'off' at the end of a section.
  35. ;debug=yes
  36.  
  37. ; version - integer
  38. ;    Used to warn the user if the version of Cthugha differs to the
  39. ;    one they designed the INI file for.
  40. version=510
  41.  
  42. ; refresh - yes/no - Default NO
  43. ;           Turn on/off the vertical trace wait
  44. refresh=off
  45.  
  46.  
  47. ; soundcard - sbpro/oldsb/gus/pas  - default SEARCH
  48. ;     specifies the type of audio card you are using.
  49. soundcard=sbpro
  50.  
  51.  
  52. ; source - CD/Line/Mic - default CD
  53. ;     specifies where the incoming audio is coming from
  54. ;source=Line
  55.  
  56.  
  57. ; stereo - yes/no - Default YES
  58. stereo=yes
  59.  
  60.  
  61. ; pcx    - yes/no - Default YES
  62. ;    Use PCX files (image files)
  63. pcx=yes
  64.  
  65.  
  66. ; pause  - yes/no - Default NO
  67. ;    pause after all initialisation (good for troubleshooting)
  68. pause=no
  69.  
  70.  
  71. ; locked - yes/no - Default NO
  72. ;    Start Cthugha in LOCKED mode, that is, the automatic cycling is
  73. ;     disabled (the modes won't change)
  74. locked=no
  75.  
  76.  
  77. ; string_file - FILENAME
  78. ;    Load quiet-strings from this filename.  The specified file 
  79. ;    should contain the lines of text that will display when the audio
  80. ;    is silent for a period.
  81. ;string_file=strings.txt
  82.  
  83.  
  84. ; table_file - FILENAME
  85. ;    Load this filename as the default TAB file.  Cthugha automatically
  86. ;    loads TAB files, uses this to specifically override.
  87. ;    (see DOC to describe TAB files, and translations)
  88. ;table_file=hurr.tab
  89.  
  90.  
  91. ; translate  - yes/no - Default YES
  92. ;    Use translation tables, loaded from TAB files (disable on slow PC's)
  93. ;    (see DOC to describe TAB files, and translations)
  94. translate=yes
  95.  
  96.  
  97. ; fft        - yes/no - Default YES
  98. ;    Use the FFT functions (Disable on slow PC's)
  99. ;    FFT (Fast Fourier Transform), which translates the audio waveform
  100. ;     into the frequency domain (see heavy duty mathematics books for
  101. ;    theory on this)  If you can do this better/faster than Cthugha
  102. ;    please send the code :-)
  103. fft=yes
  104.  
  105.  
  106. ; cpu_check  - yes/no - Default YES
  107. ;    Failsafe CPU check, Disable if you have problems with it.
  108. ;    Cthugha checks to see if you computer is a 386 or better,
  109. ;    but if this code wrongly detects the CPU type, disable it.
  110. cpu_check=YES
  111.  
  112.  
  113. ; internal_pal - yes/no - Default YES
  114. ;    Use internal Palettes
  115. internal_pal=yes
  116.  
  117.  
  118. ; external_pal - yes/no - Default YES
  119. ;    Use external Palettes
  120. external_pal=yes
  121.  
  122. ; input_vol - integer 0-255, default to audio card default
  123. ;     Audio card input volume level.
  124. ; input_vol=255
  125.  
  126.  
  127. ; vu_rate - integer 0-44000
  128. ;    VU meter, on the CD control panel display, sampling rate
  129. ;    (this is independant of Cthugha's graphics).
  130. ; vu_rate=0
  131.  
  132. ; stop_cd - yes/no  default NO
  133. ;           Stop the CD after exiting Cthugha (needed on some CD's)
  134. ; stop_cd=yes
  135.  
  136. [startup]
  137. ;flame=C
  138. ;wave=A
  139. ;palette=1
  140. ;randtime=750
  141. ;mintime=200
  142.  
  143. ;cdtrack=1
  144.  
  145. ;beatframes=16
  146. ;beatlevel=220
  147. ;quiet=1
  148.  
  149.  
  150.  
  151. ; [waves]
  152. ; Use this section to turn on/off certain waves for the automatic cycling
  153. ; Waves are the waveform, the way the audio is interpreted.
  154. ;
  155. ; Use the format   wave-<alpha>=On/Off/Yes/No
  156. ; where <num> is a valid wave code
  157. [waves]
  158. wave-A=on        ; Dot HS
  159. wave-B=on        ; Dot HL
  160. wave-C=on        ; Line VW
  161. wave-D=on        ; Spike S
  162. wave-E=on        ; Spike L
  163. wave-F=on        ; Line HS
  164. wave-G=on        ; Line HL
  165. wave-H=on        ; Dot VL
  166. wave-I=on        ; Spike
  167. wave-J=on        ; Walking
  168. wave-K=on        ; Falling
  169. wave-L=on        ; Lissa
  170. wave-M=on        ; Line VS
  171. wave-N=on        ; Line VL
  172. wave-O=on        ; Line X
  173. wave-P=on        ; Lightning
  174. wave-Q=on        ; Lightning
  175. wave-R=on        ; Dot VS
  176. wave-S=on        ; FireFlies
  177. wave-T=on        ; Pete
  178. wave-U=on        ; Dot VS
  179. wave-V=on        ; Zippy 1
  180. wave-W=on        ; Zippy 2
  181. wave-X=on        ; Zaph Test
  182.  
  183.  
  184. ; [flames]
  185. ; Use this section to turn on/off certain flames for automatic cycling
  186. ; The flame is the effect placed on a wave
  187. ;
  188. ; Use the format   flame-<alpha>=On/Off/Yes/No
  189. ; where <alpha> is a valid flame codes
  190. [flames]
  191. flame-A=on        ; Slow Left
  192. flame-B=on        ; Left Subtle
  193. flame-C=on        ; Left Fast
  194. flame-D=on        ; Up Slow
  195. flame-E=on        ; Up Subtle
  196. flame-F=on        ; Up Fast
  197. flame-G=on        ; Right Slow
  198. flame-H=on        ; Right Subtle
  199. flame-I=on        ; Right Fast
  200. flame-J=on        ; Water
  201. flame-K=on        ; Water Subtle
  202. flame-L=on        ; Skyline
  203. flame-M=on        ; Weird
  204.  
  205.  
  206.  
  207. ; [displays]
  208. ; Use this section to turn on/off certain display modes for automatic cycling
  209. ; The final process before dumping graphics to the screen.
  210. ;
  211. ; Use the format   disp-<alpha>=On/Off/Yes/No
  212. ; where <alpha> is a valid display codes
  213. [displays]
  214. disp-A=on        ; Upwards
  215. disp-B=on        ; Downwards
  216. disp-C=on        ; Hor. Split out
  217. disp-D=on        ; Hor. Split in
  218. disp-E=on        ; Kaleidescope
  219. disp-F=on        ; 90deg rot. mirror
  220. disp-G=on        ; 90deg rot. mirror 2
  221. disp-H=on        ; 90deg Kaleidescope
  222.  
  223.  
  224. ; This section: [oldini] contains the old-style INI lines - This will
  225. ; probably be revamped in a coming version of the code, but will have
  226. ; to suffice until I can think of a good replacement.
  227. ;
  228. ; Pressing 'i' while running Cthugha will write the current settings
  229. ; to the INI file.
  230. ;
  231. [oldini]
  232. ; Here's an example...
  233. ;oldini=200_750_1_6_7_2_0_4_0_1_0_220_16_1653_17_0_2_44100_1_0
  234.